home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6399 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: mail2news.demon.co.uk!genesis.demon.co.uk
  2. From: Lawrence Kirby <fred@genesis.demon.co.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help! I need some libraries!
  5. Date: Sat, 24 Feb 96 16:17:17 GMT
  6. Organization: none
  7. Message-ID: <825178637snz@genesis.demon.co.uk>
  8. References: <312E4190.38FA@cts.com>
  9. Reply-To: fred@genesis.demon.co.uk
  10. X-NNTP-Posting-Host: genesis.demon.co.uk
  11. X-Newsreader: Demon Internet Simple News v1.27
  12. X-Mail2News-Path: genesis.demon.co.uk
  13.  
  14. In article <312E4190.38FA@cts.com> provstu@cts.com "Cynthia" writes:
  15.  
  16. >HElp!,
  17. >
  18. >I need these compiled libraries with all .obj,.lib,and .h
  19. >
  20. >ncfntl.h
  21. >malloc.h
  22. >memory.h
  23. >graph.h
  24. >bios.h
  25.  
  26. Header files and libraries are by their nature highly system and compiler
  27. dependent. Unfortunately you haven't bothered to state what system/compiler
  28. you want them for. Determine that and then post your question to a newsgroup
  29. relevant to your particular system/compiler (it is off-topic for comp.lang.c).
  30.  
  31. Typically the declarations/definittions provided in old malloc.h header
  32. files are available in stdlib.h on ANSI systems. Similarly memory.h is
  33. typically absorbed into string.h.
  34.  
  35. -- 
  36. -----------------------------------------
  37. Lawrence Kirby | fred@genesis.demon.co.uk
  38. Wilts, England | 70734.126@compuserve.com
  39. -----------------------------------------
  40.